Zvolte jazyk: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Koncept:
Anglické slovo:
Hlavní stránka

binární funkce (BinaryFunction)

The Class of Functions that require two arguments.

Ontologie

SUMO / BASE-ONTOLOGY

Class(es)

třída
is instance of
  inheritable relation  
is instance of
  binární funkce  

Nadtřída(y)

[tree]
entita
is subclass of
  abstraktum  
is subclass of
  relace  
is subclass of
  relace s jedinou hodnotou  
is subclass of
  funkce  
is subclass of
[tree]
entita
is subclass of
  abstraktum  
is subclass of
  relace  
is subclass of
  terciální relace  
is subclass of

is subclass of
  binární funkce  

Instance(s)

list order fn  list concatenate fn  where fn  multiplication fn  addition fn  subtraction fn  division fn  exponentiation fn  log fn  max fn  min fn  remainder fn  union fn  intersection fn  relative complement fn  kappa fn  minimal weighted path fn  maximal weighted path fn  graph path fn  measure fn  interval fn  density fn  speed fn  time interval fn  recurrent time interval fn  month fn  day fn  hour fn  minute fn  second fn  temporal composition fn  mereological sum fn  mereological product fn  mereological difference fn  edition fn  series volume fn  periodical issue fn  relative time fn 

Podtřída(y)

asociativní funkce  komutativní funkce 

Související termín(y)

binární predikát  binární relace  case role  spojitá funkce  funkce  proměnná veličina  intentional relation  postoj k objektu  predikát  pravděpodobnostní relace  postoj k tvrzení  funkce se čtyřmi argumenty  predikát se čtyřmi argumenty  relace se čtyřmi argumenty  predikát s pěti argumenty  relace s pěti argumenty  relace rozšířená na veličiny  relace s jedinou hodnotou  prostorová relace  časová relace  funkce se třemi argumenty  predikát se třemi argumenty  terciální relace  unární funkce 

Constrains relations

distributes  identity element 

Axiomy (2)

Jestliže function je instancí třídy binární funkce, potom function has argument(s).
(=>
      (instance ?FUNCTION BinaryFunction)
      (valence ?FUNCTION 2))

(=>
      (and
            (closedOn ?FUNCTION ?CLASS)
            (instance ?FUNCTION BinaryFunction))
      (forall
            (?INST1 ?INST2)
            (=>
                  (and
                        (instance ?INST1 ?CLASS)
                        (instance ?INST2 ?CLASS))
                  (instance
                        (AssignmentFn ?FUNCTION ?INST1 ?INST2)
                        ?CLASS))))