graph
1
2
Sections
Graphs
Doc
Rank
Theorem
Name
8
Thm*
x,y:
, n:
. ((x+y) mod n) = mod_guard((x mod n)+(y mod n);n)
[mod_add_guard]
cites
7
Thm*
x,y:
, n:
. ((x+y) mod n) = (((x mod n)+(y mod n)) mod n)
[mod_add]
graph
1
2
Sections
Graphs
Doc