Theorems · Definition · order theory
Order.Frame.recOn
{α : Type u_1} →
{motive : Order.Frame α → Sort u} →
(t : Order.Frame α) →
([toCompleteLattice : CompleteLattice α] →
[toHImp : HImp α] →
(le_himp_iff : ∀ (a b c : α), a ≤ b ⇨ c ↔ a ⊓ b ≤ c) →
[toCompl : Compl α] →
(himp_bot : ∀ (a : α), a ⇨ ⊥ = aᶜ) →
motive
{ toCompleteLattice := toCompleteLattice, toHImp := toHImp, le_himp_iff := le_himp_iff,
toCompl := toCompl, himp_bot := himp_bot }) →
motive t- Defined in
- Mathlib.Order.CompleteBooleanAlgebra
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 5 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Bot.botstatement and proof · cited by 4,720
- Compl.complstatement and proof · cited by 2,925
- CompleteLatticestatement and proof · cited by 1,048
- HImp.himpstatement and proof · cited by 153
- Order.Framestatement and proof · cited by 88
- Lattice.infstatement · cited by 18
- Lattice.inf_le_leftstatement · cited by 12
- Lattice.inf_le_rightstatement · cited by 12
- Lattice.le_infstatement · cited by 12
- Complstatement and proof · cited by 11
- HImpstatement and proof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.