Theorems · Theorem · order theory
Set.InjOn.image_biInter_eq
∀ {α : Type u_1} {β : Type u_2} {ι : Sort u_5} {p : ι → Prop} {s : (i : ι) → p i → Set α},
(∃ i, p i) →
∀ {f : α → β},
Set.InjOn f (⋃ i, ⋃ (hi : p i), s i hi) → f '' ⋂ i, ⋂ (hi : p i), s i hi = ⋂ i, ⋂ (hi : p i), f '' s i hi- Defined in
- Mathlib.Data.Set.Lattice.Image
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.imagestatement and proof · cited by 5,609
- Set.iUnionstatement and proof · cited by 2,483
- Set.iInterstatement · cited by 1,084
- Set.InjOnstatement and proof · cited by 543
- iSup_subtype'proof · cited by 44
- iInf_subtype'proof · cited by 34
- nonempty_subtypeproof · cited by 22
- Set.InjOn.image_iInter_eqproof · cited by 22
Cited by1
Results whose statement or proof uses this declaration.
- Set.image_val_sInterproof · cited by 0