Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
E
examples
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
MMT
examples
Commits
8ccb101d
Commit
8ccb101d
authored
Jul 19, 2018
by
Florian Rabe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
fd90471d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
argumentation.mmt
source/argumentation.mmt
+26
-0
pl.mmt
source/logic/pl.mmt
+1
-1
No files found.
source/argumentation.mmt
0 → 100644
View file @
8ccb101d
namespace http://cds.omdoc.org/examples❚
theory TopologicalArgumentationTheory : http://cds.omdoc.org/urtheories?LF =
include ?PL❙
K : prop ⟶ prop❙
B : prop ⟶ prop❙
box: prop ⟶ prop ❘ # □ 1❙
world : type❙
argument: type❙
attacks : argument ⟶ argument ⟶ type ❘# 1 ← 2❙
in : world ⟶ argument ⟶ type ❘# 1 ∈ 2❙
holds : world ⟶ prop ⟶ type ❘ # 1 ⊧ 2❙
Fix : argument ⟶ type❙
holds_conj : {w,F,G} w ⊧ F ⟶ w ⊧ G ⟶ w ⊧ F ∧ G❙
holds_disj1 : {w,F,G} w ⊧ F ⟶ w ⊧ F ∨ G❙
holds_disj2 : {w,F,G} w ⊧ G ⟶ w ⊧ F ∨ G❙
holds_K : {w,F} ({v} v ⊧ F) ⟶ w ⊧ K F❙
holds_box : {w,F,T} w ∈ T ⟶ ({v} v ∈ T ⟶ v ⊧ F) ⟶ w ⊧ □ F❙
holds_B : {w,F,T} w ∈ T ⟶ Fix T ⟶ ({v} v ∈ T ⟶ v ⊧ F) ⟶ w ⊧ B F❙
❚
\ No newline at end of file
source/logic/pl.mmt
View file @
8ccb101d
...
...
@@ -37,7 +37,7 @@ theory PL : http://cds.omdoc.org/urtheories?LF =
❚
/T Now we describe the proof theory.❚
theory PLNatDed : http://cds.omdoc.org/urtheories?LF =
include ?PL ❙
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment