Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

  Formula

Sigma KEE - Formula
Formula(formula)

appearance as argument number 1
-------------------------


(subclass Formula Sentence) Merge.kif 1642-1642 Formula is a subclass of sentence
(documentation Formula EnglishLanguage "A syntactically well-formed formula in the SUO-KIF knowledge representation language.") Merge.kif 1644-1645 Formula is a subclass of sentence

appearance as argument number 2
-------------------------


(range PremisesFn Formula) Merge.kif 17234-17234 The range of premises is an instance of formula
(termFormat EnglishLanguage Formula "formula") english_format.kif 900-900 The range of premises is an instance of formula

appearance as argument number 3
-------------------------


(domain entails 1 Formula) Merge.kif 762-762 The number 1 argument of entails is an instance of formula
(domain entails 2 Formula) Merge.kif 763-763 The number 2 argument of entails is an instance of formula
(domain containsFormula 2 Formula) Merge.kif 1457-1457 The number 2 argument of contains formula is an instance of formula
(domain ProbabilityFn 1 Formula) Merge.kif 2682-2682 The number 1 argument of probability is an instance of formula
(domain conditionalProbability 1 Formula) Merge.kif 2692-2692 The number 1 argument of conditional probability is an instance of formula
(domain conditionalProbability 2 Formula) Merge.kif 2693-2693 The number 2 argument of conditional probability is an instance of formula
(domain increasesLikelihood 1 Formula) Merge.kif 2705-2705 The number 1 argument of increases likelihood is an instance of formula
(domain increasesLikelihood 2 Formula) Merge.kif 2706-2706 The number 2 argument of increases likelihood is an instance of formula
(domain decreasesLikelihood 1 Formula) Merge.kif 2725-2725 The number 1 argument of decreases likelihood is an instance of formula
(domain decreasesLikelihood 2 Formula) Merge.kif 2726-2726 The number 2 argument of decreases likelihood is an instance of formula
(domain independentProbability 1 Formula) Merge.kif 2742-2742 The number 1 argument of independent probability is an instance of formula
(domain independentProbability 2 Formula) Merge.kif 2743-2743 The number 2 argument of independent probability is an instance of formula
(domain prefers 2 Formula) Merge.kif 2796-2796 The number 2 argument of prefers is an instance of formula
(domain prefers 3 Formula) Merge.kif 2797-2797 The number 3 argument of prefers is an instance of formula
(domain desires 2 Formula) Merge.kif 2898-2898 The number 2 argument of desires is an instance of formula
(domain considers 2 Formula) Merge.kif 2910-2910 The number 2 argument of considers is an instance of formula
(domain believes 2 Formula) Merge.kif 2920-2920 The number 2 argument of believes is an instance of formula
(domain knows 2 Formula) Merge.kif 2936-2936 The number 2 argument of knows is an instance of formula
(domain says 2 Formula) Merge.kif 2956-2956 The number 2 argument of says is an instance of formula
(domain causesProposition 1 Formula) Merge.kif 3926-3926 The number 1 argument of causes proposition is an instance of formula
(domain causesProposition 2 Formula) Merge.kif 3927-3927 The number 2 argument of causes proposition is an instance of formula
(domain holdsDuring 2 Formula) Merge.kif 3984-3984 The number 2 argument of holds during is an instance of formula
(domain hasPurpose 2 Formula) Merge.kif 4050-4050 The number 2 argument of has purpose is an instance of formula
(domain hasPurposeForAgent 3 Formula) Merge.kif 4067-4067 The number 3 argument of has purpose for agent is an instance of formula
(domain confersNorm 3 Formula) Merge.kif 4097-4097 The number 3 argument of confers norm is an instance of formula

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

antecedent
-------------------------


(=>
    (and
        (instance ?FORMULA1 Formula)
        (instance ?FORMULA2 Formula))
    (or
        (increasesLikelihood ?FORMULA1 ?FORMULA2)
        (decreasesLikelihood ?FORMULA1 ?FORMULA2)
        (independentProbability ?FORMULA1 ?FORMULA2)))
Merge.kif 2756-2763 If X is an instance of formula and Y is an instance of formula, then At least one of the following holds: (1) X increases likelihood of Y (2) X decreases likelihood of Y (3) probability of X and Y is independent
(=>
    (and
        (instance ?QUESTION Questioning)
        (agent ?QUESTION ?AGENT)
        (containsFormula ?QUESTION ?FORMULA)
        (instance ?FORMULA Formula))
    (holdsDuring
        (WhenFn ?QUESTION)
        (not
            (knows ?AGENT ?FORMULA))))
Merge.kif 13513-13522 If X is an instance of questioning, Y is an agent of X, X contains the formula Z, and Z is an instance of formula, then Y doesn't know Z holds during the time of existence of X
(=>
    (and
        (instance ?COMMIT Committing)
        (containsFormula ?COMMIT ?FORMULA)
        (instance ?FORMULA Formula))
    (modalAttribute ?FORMULA Promise))
Merge.kif 13529-13534 If X is an instance of committing, X contains the formula Y, and Y is an instance of formula, then the statement Y has the modal force of promise
(=>
    (and
        (confidenceInterval ?EXPERIMENT ?CONFIDENCE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA)
        (equal ?CONFIDENCE 100))
    (truth ?FORMULA True))
UXExperimentalTerms.kif 540-547 If X is the confidence in Y, Y is an instance of experimenting, Z is an instance of formula, Z is a patient of Y, and equal X and 100, then Z is true
(=>
    (and
        (confidenceInterval ?EXPERIMENT ?CONFIDENCE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA)
        (equal ?CONFIDENCE 100))
    (truth ?FORMULA False))
UXExperimentalTerms.kif 549-556 If X is the confidence in Y, Y is an instance of experimenting, Z is an instance of formula, Z is a patient of Y, and equal X and 100, then Z is false
(=>
    (and
        (pValue ?EXPERIMENT ?VALUE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA)
        (equal ?VALUE 0))
    (truth ?FORMULA True))
UXExperimentalTerms.kif 577-584 If the p-value of X is Y, X is an instance of experimenting, Z is an instance of formula, Z is a patient of X, and equal Y and 0, then Z is true
(=>
    (and
        (pValue ?EXPERIMENT ?VALUE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA)
        (equal ?VALUE 1))
    (truth ?FORMULA False))
UXExperimentalTerms.kif 586-593 If the p-value of X is Y, X is an instance of experimenting, Z is an instance of formula, Z is a patient of X, and equal Y and 1, then Z is false

consequent
-------------------------


(=>
    (and
        (instance ?REL PropositionalAttitude)
        (?REL ?AGENT ?FORMULA))
    (instance ?FORMULA Formula))
Merge.kif 2811-2815 If X is an instance of propositional attitude and X Y and Z, then Z is an instance of formula
(=>
    (instance ?P Phishing)
    (exists (?FS ?V ?M ?I)
        (and
            (instance ?M Communication)
            (origin ?M ?FS)
            (agent ?P ?FS)
            (destination ?M ?V)
            (instance ?I Formula)
            (knows ?V ?I)
            (not
                (desires ?V
                    (knows ?FS ?I)))
            (desires ?FS
                (knows ?FS ?I)))))
ComputingBrands.kif 4141-4155 If X is an instance of phishing, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that W is an instance of communication (3) W originates at Y (4) Y is an agent of X (5) W ends up at Z (6) V is an instance of formula (7) Z knows V (8) Z doesn't desire Y doesn't know V (9) Y desires Y knows V
(=>
    (instance ?CONST Constitution)
    (exists (?FORMULA ?PART)
        (and
            (instance ?FORMULA Formula)
            (containsFormula ?PART ?FORMULA)
            (instance ?PART Proposition)
            (subProposition ?PART ?CONST)
            (modalAttribute ?FORMULA Obligation))))
Government.kif 617-625 If X is an instance of constitution, then there exist Y, Z such that Y is an instance of formula, Z contains the formula Y, Z is an instance of proposition, Z is a sub-proposition of X, and the statement Y has the modal force of obligation
(=>
    (instance ?CONST Constitution)
    (exists (?FORMULA ?PART)
        (and
            (instance ?FORMULA Formula)
            (containsFormula ?PART ?FORMULA)
            (instance ?PART Proposition)
            (subProposition ?PART ?CONST)
            (modalAttribute ?FORMULA Permission))))
Government.kif 627-635 If X is an instance of constitution, then there exist Y, Z such that Y is an instance of formula, Z contains the formula Y, Z is an instance of proposition, Z is a sub-proposition of X, and the statement Y has the modal force of permission
(=>
    (and
        (instance ?W Worrying)
        (experiencer ?W ?A)
        (instance ?A Human))
    (fears ?A
        (holdsDuring
            (ImmediateFutureFn
                (WhenFn ?W))
            (exists (?F)
                (and
                    (instance ?F Formula)
                    (containsFormula ?W ?F)
                    (truth ?F True))))))
emotion.kif 1617-1630 If X is an instance of worrying, Y experiences X, and Y is an instance of human, then Y fears there exists Z such that Z is an instance of formula, X contains the formula Z, and Z is true holds during immediately after the time of existence of X

statement
-------------------------


(exists (?FORMULA)
    (and
        (instance ?FORMULA Formula)
        (containsFormula ImmigrationAndNationalityAct_US ?FORMULA)
        (modalAttribute ?FORMULA Law)))
Government.kif 2372-2376 There exists X such that X is an instance of formula, immigration and nationality act_US contains the formula X, and the statement X has the modal force of law
(exists (?FORMULA)
    (and
        (instance ?FORMULA Formula)
        (containsFormula ImmigrationAndNationalityAct_Section219_US ?FORMULA)
        (modalAttribute ?FORMULA Law)))
Government.kif 2379-2383 There exists X such that X is an instance of formula, immigration and nationality act- section219-US contains the formula X, and the statement X has the modal force of law
(exists (?FORMULA1 ?FORMULA2)
    (and
        (instance ?FORMULA1 Formula)
        (containsFormula ImmigrationAndNationalityAct_US ?FORMULA1)
        (instance ?FORMULA2 Formula)
        (containsFormula ImmigrationAndNationalityAct_Section219_US ?FORMULA2)
        (entails ?FORMULA1 ?FORMULA2)))
Government.kif 2385-2391 There exist X, Y such that X is an instance of formula, immigration and nationality act_US contains the formula X, Y is an instance of formula, immigration and nationality act- section219-US contains the formula Y, and X entails Y
(exists (?FORMULA)
    (and
        (instance ?FORMULA Formula)
        (containsFormula AntiterrorismAndEffectiveDeathPenaltyAct ?FORMULA)
        (modalAttribute ?FORMULA Law)))
Government.kif 2395-2399 There exists X such that X is an instance of formula, antiterrorism and effective death penalty act contains the formula X, and the statement X has the modal force of law
(exists (?FORMULA)
    (and
        (instance ?FORMULA Formula)
        (containsFormula AmericansWithDisabilitiesAct_US ?FORMULA)
        (modalAttribute ?FORMULA Law)))
Medicine.kif 3176-3180 There exists X such that X is an instance of formula, ADA contains the formula X, and the statement X has the modal force of law


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners