Files
agdaproofs/TempIntegers.agda
Patrick Stevens c94d437b9a Rationals (#3)
2019-01-06 17:30:09 +00:00

16 lines
375 B
Agda
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{-# OPTIONS --safe --warning=error #-}
open import LogicalFormulae
open import Naturals
open import Groups
open import Rings
open import Integers
module TempIntegers where
t : {a b : } (negSucc a *Z negSucc b) nonneg 0 False
t {a} {b} pr with convertZ (negSucc a)
t {a} {b} () | negative a₁ x
t {a} {b} () | positive a₁ x
t {a} {b} () | zZero