Metamath Proof Explorer


Theorem sadid1

Description: The adder sequence function has a left identity, the empty set, which is the representation of the integer zero. (Contributed by Mario Carneiro, 9-Sep-2016)

Ref Expression
Assertion sadid1 ⊢ A ⊆ ℕ 0 → A sadd ∅ = A

Proof

Step Hyp Ref Expression
1 id ⊢ A ⊆ ℕ 0 → A ⊆ ℕ 0
2 0ss ⊢ ∅ ⊆ ℕ 0
3 2 a1i ⊢ A ⊆ ℕ 0 → ∅ ⊆ ℕ 0
4 in0 ⊢ A ∩ ∅ = ∅
5 4 a1i ⊢ A ⊆ ℕ 0 → A ∩ ∅ = ∅
6 1 3 5 saddisj ⊢ A ⊆ ℕ 0 → A sadd ∅ = A ∪ ∅
7 un0 ⊢ A ∪ ∅ = A
8 6 7 eqtrdi ⊢ A ⊆ ℕ 0 → A sadd ∅ = A