Theorems · Theorem · order theory
BooleanSubalgebra.map_equiv_eq_comap_symm
∀ {α : Type u_2} {β : Type u_3} [inst : BooleanAlgebra α] [inst_1 : BooleanAlgebra β] (f : α ≃o β)
(L : BooleanSubalgebra α),
BooleanSubalgebra.map
(let __src := { toFun := ⇑f, map_sup' := ⋯, map_inf' := ⋯ };
{ toFun := ⇑f, map_sup' := ⋯, map_inf' := ⋯, map_top' := ⋯, map_bot' := ⋯ })
L =
BooleanSubalgebra.comap
(let __src := { toFun := ⇑f.symm, map_sup' := ⋯, map_inf' := ⋯ };
{ toFun := ⇑f.symm, map_sup' := ⋯, map_inf' := ⋯, map_top' := ⋯, map_bot' := ⋯ })
L- Defined in
- Mathlib.Order.BooleanSubalgebra
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- BooleanAlgebraBooleanAlgebra
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- SetLike.coeproof · cited by 8,199
- OrderIsostatement and proof · cited by 874
- OrderIso.symmstatement and proof · cited by 475
- SetLike.coe_injectiveproof · cited by 374
- BooleanAlgebrastatement and proof · cited by 300
- LatticeHomstatement and proof · cited by 192
- RelIso.toEquivproof · cited by 113
- BooleanSubalgebrastatement and proof · cited by 104
- Equiv.image_eq_preimage_symmproof · cited by 64
- BooleanSubalgebra.mapstatement and proof · cited by 20
- BooleanSubalgebra.comapstatement and proof · cited by 14
Cited by1
Results whose statement or proof uses this declaration.
- BooleanSubalgebra.comap_equiv_eq_map_symmproof · cited by 0