Mathlib Map

Theorems · Definition · order theory

SubadditiveHomClass.recOn

{F : Type u_7} →
  {α : Type u_8} →
    {β : Type u_9} →
      [inst : Add α] →
        [inst_1 : Add β] →
          [inst_2 : LE β] →
            [inst_3 : FunLike F α β] →
              {motive : SubadditiveHomClass F α β → Sort u} →
                (t : SubadditiveHomClass F α β) →
                  ((map_add_le_add : ∀ (f : F) (a b : α), f (a + b) ≤ f a + f b) → motive ⋯) → motive t
Defined in
Mathlib.Algebra.Order.Hom.Basic
Cited by
0 results in Mathlib
Foundations
Depth 6 from the axioms · uses no axioms
Assumes
AddAddLEFunLike

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.