Theorems · Theorem · order theory
Function.Injective.completelyDistribLatticeMinimalAxioms
∀ {α : Type u} {β : Type v} [inst : CompleteLattice α] [inst_1 : CompleteLattice β],
CompletelyDistribLattice.MinimalAxioms β →
∀ (f : α → β),
Function.Injective f →
(∀ (s : Set α), f (sSup s) = ⨆ a ∈ s, f a) →
(∀ (s : Set α), f (sInf s) = ⨅ a ∈ s, f a) → CompletelyDistribLattice.MinimalAxioms αPullback a CompletelyDistribLattice.MinimalAxioms along an injection.
- Defined in
- Mathlib.Order.CompleteBooleanAlgebra
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- Set.rangeproof · cited by 4,705
- iSupstatement and proof · cited by 2,415
- iInfstatement and proof · cited by 1,690
- CompleteLatticestatement and proof · cited by 1,048
- SupSet.sSupstatement and proof · cited by 954
- InfSet.sInfstatement and proof · cited by 935
- iInf_rangeproof · cited by 27
- iSup_rangeproof · cited by 24
- CompletelyDistribLattice.MinimalAxiomsstatement and proof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.