Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat: smul_set_disjoint_iff #10703

Closed
wants to merge 2 commits into from

Commits on Feb 18, 2024

  1. feat: smul_set_disjoint_iff

    Add a `simp` lemma about the group action on a set:
    `Disjoint (a • s) (a • t) ↔ Disjoint s t`.
    
    From AperiodicMonotilesLean.
    jsm28 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f62cd04 View commit details
    Browse the repository at this point in the history
  2. Update Mathlib/Data/Set/Pointwise/SMul.lean

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    jsm28 and github-actions[bot] committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    cc87cec View commit details
    Browse the repository at this point in the history