mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-11 06:38:39 +00:00
Rem unused files (#5)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
open import LogicalFormulae
|
||||
open import Naturals
|
||||
|
||||
module Scratch where
|
||||
lem : {P Q : Set} → (P || (P → False)) → (P && Q → False) → Q → P
|
||||
lem {P} {Q} (inl x) pr q = exFalso (pr (record { fst = x ; snd = q }))
|
||||
lem {P} {Q} (inr notP) pr q = {!!}
|
@@ -1,15 +0,0 @@
|
||||
{-# 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
|
Reference in New Issue
Block a user