Theorems · Definition · order theory
IsAddQuantale.recOn
{α : Type u_1} →
[inst : AddSemigroup α] →
[inst_1 : CompleteLattice α] →
{motive : IsAddQuantale α → Sort u} →
(t : IsAddQuantale α) →
((add_sSup_distrib : ∀ (x : α) (s : Set α), x + sSup s = ⨆ y ∈ s, x + y) →
(sSup_add_distrib : ∀ (s : Set α) (y : α), sSup s + y = ⨆ x ∈ s, x + y) → motive ⋯) →
motive t- Defined in
- Mathlib.Algebra.Order.Quantale
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
- Assumes
- AddSemigroupCompleteLattice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- iSupstatement and proof · cited by 2,415
- CompleteLatticestatement and proof · cited by 1,048
- SupSet.sSupstatement and proof · cited by 954
- AddSemigroupstatement and proof · cited by 136
- IsAddQuantalestatement and proof · cited by 13
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.