Mathlib Map

Theorems · Theorem · logic and foundations

FirstOrder.Ring.CompatibleRing.funMap_add

∀ {R : Type u_2} {inst : Add R} {inst_1 : Mul R} {inst_2 : Neg R} {inst_3 : One R} {inst_4 : Zero R}
  [self : FirstOrder.Ring.CompatibleRing R] (x : Fin 2 → R),
  FirstOrder.Language.Structure.funMap FirstOrder.Ring.addFunc x = x 0 + x 1

Addition in the Language.ring.Structure is the same as the addition given by the Add instance

Defined in
Mathlib.ModelTheory.Algebra.Ring.Basic
Cited by
2 results in Mathlib
Foundations
Depth 25 from the axioms · uses propext
Assumes
FirstOrder.Ring.CompatibleRing

Around this declaration

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

Cites4

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

Cited by2

Results whose statement or proof uses this declaration.