Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Dec 19, 2024
1 parent 3a89f93 commit de3994d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions reasoning/proof-by-cases/example2-proof.n3
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ skolem:lemma2 a r:Inference;
:water :is :liquid.
} {
:water :is :gas.
} {
:water :is :other.
}) list:member {
:water :is _:sk_0.
}.
Expand All @@ -55,8 +53,6 @@ skolem:lemma2 a r:Inference;
:water :is :liquid.
} {
:water :is :gas.
} {
:water :is :other.
})];
r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_0"]; r:boundTo [ n3:uri "urn:example:water"]];
r:binding [ r:variable [ n3:uri "http://www.w3.org/2000/10/swap/var#x_3"]; r:boundTo ((<https://eyereasoner.github.io/eye/reasoning/proof-by-cases/example2.n3>) 1)];
Expand All @@ -81,8 +77,6 @@ skolem:lemma4 a r:Inference;
:water :is :liquid.
} {
:water :is :gas.
} {
:water :is :other.
}).
};
r:evidence (
Expand Down Expand Up @@ -129,8 +123,6 @@ skolem:lemma7 a r:Extraction;
var:x_0 :is :liquid.
} {
var:x_0 :is :gas.
} {
var:x_0 :is :other.
}).
}.
};
Expand Down
2 changes: 0 additions & 2 deletions reasoning/proof-by-cases/example2.n3
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
{ ?A :is :solid }
{ ?A :is :liquid }
{ ?A :is :gas }
{ ?A :is :other }
)
}.

# solid, liquid and gas things are observable
{ ?A :is :solid } => { ?A :is :observable }.
{ ?A :is :liquid } => { ?A :is :observable }.
{ ?A :is :gas } => { ?A :is :observable }.
{ ?A :is :other } => { ?A :is :observable }.

# proof by cases
{
Expand Down

0 comments on commit de3994d

Please sign in to comment.