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
4a339148
Commit
4a339148
authored
4 years ago
by
gabrielhdt
Browse files
Options
Downloads
Patches
Plain Diff
renaming schemes
parent
5940fab9
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/prenex.lp
+7
-7
7 additions, 7 deletions
encodings/prenex.lp
paper/equal.lp
+1
-1
1 addition, 1 deletion
paper/equal.lp
prelude/logic.lp
+1
-1
1 addition, 1 deletion
prelude/logic.lp
with
9 additions
and
9 deletions
encodings/prenex.lp
+
7
−
7
View file @
4a339148
...
...
@@ -13,18 +13,18 @@ set declared "∀B"
symbol SchemeK: TYPE
symbol ϕ: SchemeK → TYPE
symbol scheme
K
: Kind → SchemeK
rule ϕ (scheme
K
$X) ↪ θ $X
symbol scheme
_k
: Kind → SchemeK
rule ϕ (scheme
_k
$X) ↪ θ $X
constant symbol ∀K: (Set → SchemeK) → SchemeK
rule ϕ (∀K $e) ↪ Πt: Set, ϕ ($e t)
symbol Scheme: TYPE
symbol χ: Scheme → TYPE
symbol scheme: Set → Scheme
rule χ (scheme $X) ↪ η $X
symbol Scheme
S
: TYPE
symbol χ: Scheme
S
→ TYPE
symbol scheme
_s
: Set → Scheme
S
rule χ (scheme
_s
$X) ↪ η $X
constant symbol ∀S: (Set → Scheme) → Scheme
constant symbol ∀S: (Set → Scheme
S
) → Scheme
S
rule χ (∀S $e) ↪ Πt: Set, χ ($e t)
constant symbol ∀B: (Set → Bool) → Bool
...
...
This diff is collapsed.
Click to expand it.
paper/equal.lp
+
1
−
1
View file @
4a339148
...
...
@@ -2,4 +2,4 @@ require open personoj.encodings.lhol
require open personoj.encodings.pvs_cert
require open personoj.encodings.prenex
symbol eq: χ (∀S (λT: θ {|set|}, scheme (T ~> T ~> bool)))
symbol eq: χ (∀S (λT: θ {|set|}, scheme
_s
(T ~> T ~> bool)))
This diff is collapsed.
Click to expand it.
prelude/logic.lp
+
1
−
1
View file @
4a339148
...
...
@@ -60,7 +60,7 @@ admit
//
// Defined types
//
definition pred: ϕ (∀K (λ_, scheme
K
{|set|})) ≔ λt, t ~> bool
definition pred: ϕ (∀K (λ_, scheme
_k
{|set|})) ≔ λt, t ~> bool
definition PRED ≔ pred
definition predicate ≔ pred
definition PREDICATE ≔ pred
...
...
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