Mathlib Map

Theorems · Theorem · ring theory

TrivSqZeroExt.ind

∀ {R : Type u_3} {M : Type u_4} [inst : AddZeroClass R] [inst_1 : AddZeroClass M] {P : TrivSqZeroExt R M → Prop},
  (∀ (r : R) (m : M), P (TrivSqZeroExt.inl r + TrivSqZeroExt.inr m)) → ∀ (x : TrivSqZeroExt R M), P x

To show a property hold on all TrivSqZeroExt R M it suffices to show it holds on terms of the form inl r + inr m.

Defined in
Mathlib.Algebra.TrivSqZeroExt.Basic
Cited by
0 results in Mathlib
Foundations
Depth 8 from the axioms · uses no axioms
Assumes
AddZeroClassAddZeroClass

Around this declaration

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

Cites5

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.