Mathlib Map

Theorems · Theorem · order theory

Nat.floor_sub_natCast

∀ {R : Type u_1} [inst : Semiring R] [inst_1 : LinearOrder R] [inst_2 : FloorSemiring R] [IsStrictOrderedRing R]
  [inst_4 : Sub R] [OrderedSub R] [ExistsAddOfLE R] (a : R) (n : ℕ), ⌊a - ↑n⌋₊ = ⌊a⌋₊ - n
Defined in
Mathlib.Algebra.Order.Floor.Semiring
Cited by
3 results in Mathlib
Foundations
Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringLinearOrderFloorSemiringIsStrictOrderedRingSubOrderedSubExistsAddOfLE

Around this declaration

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

Cites23

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

Cited by3

Results whose statement or proof uses this declaration.