index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
output
/
Intuition.v
blob: 9c9aa6ed72ee0a968b6e497aad4f1a99d31604f4 (
plain
)
1
2
3
4
Require
ZArith
.
Goal
(
m
,
n:
Z
)
`m
>=
n
`
->
`m
>=
m
`
/
\
`m
>=
n
`
.
Intros
;
Intuition
.
Show
.