Documentation

Mathlib.Data.Nat.Size

Lemmas about size.

shiftLeft and shiftRight #

theorem Nat.shiftLeft'_ne_zero_left (b : Bool) {m : } (h : m 0) (n : ) :
shiftLeft' b m n 0

size #

@[simp]
theorem Nat.size_zero :
size 0 = 0
@[simp]
theorem Nat.size_bit {b : Bool} {n : } (h : bit b n 0) :
@[simp]
theorem Nat.size_one :
size 1 = 1
@[simp]
theorem Nat.size_shiftLeft' {b : Bool} {m n : } (h : shiftLeft' b m n 0) :
@[simp]
theorem Nat.size_shiftLeft {m : } (h : m 0) (n : ) :
theorem Nat.size_le {m n : } :
theorem Nat.lt_size {m n : } :
theorem Nat.size_pos {n : } :
theorem Nat.size_pow {n : } :
(2 ^ n).size = n + 1
theorem Nat.size_le_size {m n : } (h : m n) :