Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
personoj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
koizel
personoj
Commits
18c66708
Commit
18c66708
authored
4 years ago
by
hondet
Browse files
Options
Downloads
Patches
Plain Diff
cert star, reduced dependencies
parent
59729cca
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
encodings/bool_plus.lp
+19
-0
19 additions, 0 deletions
encodings/bool_plus.lp
encodings/cert_star.lp
+1
-1
1 addition, 1 deletion
encodings/cert_star.lp
encodings/prenex.lp
+0
-1
0 additions, 1 deletion
encodings/prenex.lp
with
20 additions
and
2 deletions
encodings/bool_plus.lp
0 → 100644
+
19
−
0
View file @
18c66708
require open personoj.encodings.lhol
require open personoj.encodings.prenex
require open personoj.encodings.bool_hol
// It may be generalisable to dependent propositions
theorem and_intro:
Prf
(∀ {bool} (λa,
∀ {bool} (λb,
a ⊃ (λ_, b ⊃ (λ_, a ∧ (λ_, b))))))
proof
assume A B h0 h1 f
refine f h0 h1
qed
theorem and_elim_1 a b (_: Prf (a ∧ (λ_, b))): Prf a
proof
assume a b h
qed
This diff is collapsed.
Click to expand it.
encodings/cert_star.lp
+
1
−
1
View file @
18c66708
...
...
@@ -33,10 +33,10 @@ set infix left 2 "~" ≔ compatible
definition comp_refl t ≔ eqv_refl (pull t)
protected symbol same' {t: Set} (u: Set) (_: El t): El u
rule same' $t $t $m ↪ $m
definition same {t: Set} (u: Set) (_: Prf (equivalent t u)) (m: El t)
≔ same' u m
rule same' $t $t $m ↪ $m
definition cast {fr_t: Set} (to_t: Set) (comp: Prf (fr_t ~ to_t))
(m: El fr_t)
...
...
This diff is collapsed.
Click to expand it.
encodings/prenex.lp
+
0
−
1
View file @
18c66708
...
...
@@ -6,7 +6,6 @@
/// For more informations on the encoding of prenex polymorphism, see
/// https://arxiv.org/abs/1807.01873 and theory U
require open personoj.encodings.lhol
require open personoj.encodings.pvs_cert
// Quantification for objects of type ‘Kind’
set declared "ϕ"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment