text stringlengths 107 2.17M |
|---|
From mathcomp
Require Import ssreflect ssrbool ssrfun.
From LemmaOverloading
Require Import heaps rels stmod stsep stlog.
Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
Structure tagged_heap := Tag {untag :> heap}.
Definition right_tag := Tag.
Definition left_tag := right_tag.
Cano... |
Require Import syntax.
Require Import utils.
Inductive FV (z : vari) : tm -> Prop :=
| FV_abs :
forall e : tm,
FV z e -> forall v : vari, z <> v -> forall t : ty, FV z (abs v t e)
| FV_fix :
forall e : tm,
FV z e -> forall v : vari, z <> v -> forall t : ty, FV z (Fix v t e)
| FV_appl1 : ... |
Require Export GeoCoq.Elements.OriginalProofs.lemma_sameside2.
Require Export GeoCoq.Elements.OriginalProofs.lemma_10_12.
Require Export GeoCoq.Elements.OriginalProofs.proposition_07.
Section Euclid.
Context `{Ax:euclidean_neutral_ruler_compass}.
Lemma lemma_erectedperpendicularunique :
forall A B C E,
Per A... |
Require Export GeoCoq.Elements.OriginalProofs.lemma_extension.
Require Export GeoCoq.Elements.OriginalProofs.lemma_lessthancongruence2.
Section Euclid.
Context `{Ax:euclidean_neutral_ruler_compass}.
Lemma lemma_TTflip2 :
forall A B C D E F G H,
TT A B C D E F G H ->
TT A B C D H G F E.
Proof.
(* Goal: for... |
Require Export GeoCoq.Elements.OriginalProofs.proposition_31.
Require Export GeoCoq.Elements.OriginalProofs.lemma_crossbar2.
Require Export GeoCoq.Elements.OriginalProofs.lemma_supplementinequality.
Require Export GeoCoq.Elements.OriginalProofs.lemma_angletrichotomy2.
Require Export GeoCoq.Elements.OriginalProofs.lemma... |
Set Automatic Coercions Import.
Set Implicit Arguments.
Unset Strict Implicit.
Require Export Z_group_facts.
Section Zup1.
Variable R : RING.
Hint Resolve Z_to_group_nat_eq_pos: algebra.
Hint Resolve Z_to_group_nat_unit: algebra.
Hint Resolve Zl1: algebra.
Hint Resolve Zl2: algebra.
Lemma nat_to_group_mult :
forall... |
"\nRequire Import Ensf.\nRequire Import Words.\nRequire Import more_words.\nRequire Import Rat.\nReq(...TRUNCATED) |
"\nRequire Import Ensf.\nRequire Import Words.\nRequire Import more_words.\nRequire Import Rat.\nReq(...TRUNCATED) |
"Require Import Coq.Arith.Div2.\nRequire Import Coq.micromega.Lia.\nRequire Import Coq.NArith.NArith(...TRUNCATED) |
"\nRequire Import Ensf.\nRequire Import Max.\nRequire Import Words.\nRequire Import fonctions.\nRequ(...TRUNCATED) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 12