Theorems · Theorem · order theory
BooleanSubalgebra.comap_equiv_eq_map_symm
∀ {α : Type u_2} {β : Type u_3} [inst : BooleanAlgebra α] [inst_1 : BooleanAlgebra β] (f : β ≃o α)
(L : BooleanSubalgebra α),
BooleanSubalgebra.comap
(let __src := { toFun := ⇑f, map_sup' := ⋯, map_inf' := ⋯ };
{ toFun := ⇑f, map_sup' := ⋯, map_inf' := ⋯, map_top' := ⋯, map_bot' := ⋯ })
L =
BooleanSubalgebra.map
(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
- 0 results in Mathlib
- Foundations
- Depth 65 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.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- OrderIsostatement and proof · cited by 874
- OrderIso.symmstatement and proof · cited by 475
- BooleanAlgebrastatement and proof · cited by 300
- LatticeHomstatement · cited by 192
- BooleanSubalgebrastatement and proof · cited by 104
- BooleanSubalgebra.mapstatement · cited by 20
- BooleanSubalgebra.comapstatement · cited by 14
- LatticeHom.map_inf'statement · cited by 4
- BooleanSubalgebra.map_equiv_eq_comap_symmproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.