Mathlib Map

Theorems · Theorem

List.sizeOf_cons_le_sizeOf_cons

∀ {α : Type u_1} [inst : SizeOf α] {l r : List α} (a : α), sizeOf l ≤ sizeOf r → sizeOf (a :: l) ≤ sizeOf (a :: r)
Defined in
Mathlib.Data.List.Sigma
Cited by
1 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext
Assumes
SizeOf

Around this declaration

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

List.sizeOf_dedupKeys · cited by 0List.sizeOf_dedupKeysList.sizeOf_cons_le_sizeOf_co…CITED BYCITES

Cites0

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

Nothing in Mathlib beyond the foundations.

Cited by1

Results whose statement or proof uses this declaration.