lean2/tests/lean/univ2.lean.expected.out
Leonardo de Moura 01259b1e84 feat(kernel): make sure U is the maximal universe
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-29 16:31:00 -08:00

10 lines
190 B
Text

Set: pp::colors
Set: pp::unicode
import "kernel"
import "Nat"
universe M1 ≥ 1
universe U ≥ M1+1
universe M2 ≥ 1
universe U ≥ M2+1
universe Z ≥ M1+1 ⊔ M2+1
universe U ≥ Z+1