AND. William DeMeo. joint work with. Cliff Bergman Jiali Li. Iowa State University BLAST 2015

Size: px
Start display at page:

Download "AND. William DeMeo. joint work with. Cliff Bergman Jiali Li. Iowa State University BLAST 2015"

Transcription

1 THE ALGEBRAIC APPROACH TO CSP AND CSPS OF COMMUTATIVE IDEMPOTENT BINARS William DeMeo joint work with Cliff Bergman Jiali Li Iowa State University BLAST 2015 University of North Texas June 8 12

2 CONSTRAINT SATISFACTION PROBLEMS Input variables: V = {v 1, v 2,... } domain: D constraints: C 1, C 2,... Output yes if there is a solution σ : V D (an assignment of values to variables that satisfies all C i ) no otherwise

3 CONSTRAINT SATISFACTION PROBLEMS EXAMPLE: 3-SAT Input variables: V = {v 1,..., v n} domain: D = {0, 1} constraints: a formula, say, f (v 1,..., v n) = (v 1 v 2 v 3) ( v 1 v 3 v 4) Output yes if there is a solution: σ : V D such that f (σv 1,..., σv n) = 1 no otherwise

4 CONSTRAINT SATISFACTION PROBLEMS EXAMPLE: NAE-SAT Input variables: V = {v 1,..., v n} domain: D = {0, 1} constraints: (s 1, C 1), (s 2, C 2),... of the form s = (i, j, k) {1,..., n} 3 C = (v i = v j = v k) (scopes)

5 CONSTRAINT SATISFACTION PROBLEMS EXAMPLE: NAE-SAT Input variables: V = {v 1,..., v n} domain: D = {0, 1} constraints: (s 1, C 1), (s 2, C 2),... of the form s = (i, j, k) {1,..., n} 3 C = (v i = v j = v k) (scopes) In terms of relational structures... Let S := {(v i, v j, v k) : (i, j, k) is a scope } V 3 R := {(0, 0, 1), (0, 1, 0), (0, 1, 1), (1, 0, 0), (1, 0, 1), (1, 1, 0)} D 3

6 CONSTRAINT SATISFACTION PROBLEMS EXAMPLE: NAE-SAT Input variables: V = {v 1,..., v n} domain: D = {0, 1} constraints: (s 1, C 1), (s 2, C 2),... of the form s = (i, j, k) {1,..., n} 3 C = (v i = v j = v k) (scopes) In terms of relational structures... Let S := {(v i, v j, v k) : (i, j, k) is a scope } V 3 R := {(0, 0, 1), (0, 1, 0), (0, 1, 1), (1, 0, 0), (1, 0, 1), (1, 1, 0)} D 3 Then a solution σ must satisfy σs R that is, (x, y, z) S = (σx, σy, σz) R

7 CONSTRAINT SATISFACTION PROBLEMS EXAMPLE: NAE-SAT Input variables: V = {v 1,..., v n} domain: D = {0, 1} constraints: (s 1, C 1), (s 2, C 2),... of the form s = (i, j, k) {1,..., n} 3 C = (v i = v j = v k) (scopes) In terms of relational structures... Let S := {(v i, v j, v k) : (i, j, k) is a scope } V 3 R := {(0, 0, 1), (0, 1, 0), (0, 1, 1), (1, 0, 0), (1, 0, 1), (1, 1, 0)} D 3 Then a solution σ must satisfy σs R that is, (x, y, z) S = (σx, σy, σz) R Solutions are homomorphisms! σ : V, S D, R

8 CSP: RELATIONAL FORMULATION Let D = D, R be a relational structure. CSP(D) (or CSP(R)) is the decision problem with Input A structure V = V, C similar to D. Output yes if there is a homomorphism σ : V D no otherwise

9 CSP: RELATIONAL FORMULATION Let D = D, R be a relational structure. CSP(D) (or CSP(R)) is the decision problem with Input A structure V = V, C similar to D. Output yes if there is a homomorphism σ : V D no otherwise Alternatively, let be the binary relation on similar structures: V D iff there is a homomorphism σ : V D Then the CSP of D is the membership problem for the set CSP(D) := {V : V D}

10 CSP: RELATIONAL FORMULATION Let D = D, R be a relational structure. CSP(D) (or CSP(R)) is the decision problem with Input A structure V = V, C similar to D. Output yes if there is a homomorphism σ : V D no otherwise We call D (or R) tractable if there is a polynomial-time algorithm for solving CSP(D) (or CSP(R)).

11 CSP: ALGEBRAIC FORMULATION Let D = D, R be a relational structure. For R R define the polymorphisms of R, pol(r) := {f : D k D f (ρ) ρ for every ρ R}

12 CSP: ALGEBRAIC FORMULATION Let D = D, R be a relational structure. For R R define the polymorphisms of R, pol(r) := {f : D k D f (ρ) ρ for every ρ R} that is, f pol(r) iff for every ρ R (a 1, b 1,..., z 1) ρ. (a k, b k,..., z k) ρ (f (a 1,..., a k),..., f (z 1,..., z k)) ρ

13 CSP: ALGEBRAIC FORMULATION Let D = D, R be a relational structure. For R R define the polymorphisms of R, pol(r) := {f : D k D f (ρ) ρ for every ρ R} Define the algebra D := D, pol(r). We call D tractable if the corresponding structure D, R is tractable.

14 CSP: ALGEBRAIC FORMULATION For F a set of operations on D, define the relational clone of F, rel(f) := {ρ D n f (ρ) ρ for every f F} Let R := rel(pol(r)) be the closure of R.

15 CSP: ALGEBRAIC FORMULATION For F a set of operations on D, define the relational clone of F, rel(f) := {ρ D n f (ρ) ρ for every f F} Let R := rel(pol(r)) be the closure of R. Then, CSP D, R is poly-time reducible to CSP D, R.

16 CSP: ALGEBRAIC FORMULATION For F a set of operations on D, define the relational clone of F, rel(f) := {ρ D n f (ρ) ρ for every f F} Let R := rel(pol(r)) be the closure of R. Then, CSP D, R is poly-time reducible to CSP D, R. In fact, THEOREM CSP D, R P CSP D, R

17 CSP: ALGEBRAIC FORMULATION For F a set of operations on D, define the relational clone of F, rel(f) := {ρ D n f (ρ) ρ for every f F} Let R := rel(pol(r)) be the closure of R. Then, CSP D, R is poly-time reducible to CSP D, R. In fact, THEOREM CSP D, R P CSP D, R Corollary pol(r) = pol(s) = CSP(R) P CSP(S) The algebra D, pol(r) determines the complexity of the corresponding CSP!

18 GENERAL PROBLEM Find properties (of algebras) that characterize the complexity of CSPs. CSP DICHOTOMY CONJECTURE For a (finite, idempotent) algebra A... CSP(A) is tractable A has a weak-nu term operation

19 GENERAL PROBLEM Find properties (of algebras) that characterize the complexity of CSPs. CSP DICHOTOMY CONJECTURE For a (finite, idempotent) algebra A... CSP(A) is tractable = A has a weak-nu term operation The left-to-right direction is known.

20 GENERAL PROBLEM Find properties (of algebras) that characterize the complexity of CSPs. CSP DICHOTOMY CONJECTURE For a (finite, idempotent) algebra A... CSP(A) is tractable = A has a weak-nu term operation (?) The right-to-left direction is open.

21 GENERAL PROBLEM Find properties (of algebras) that characterize the complexity of CSPs. CSP DICHOTOMY CONJECTURE For a (finite, idempotent) algebra A... CSP(A) is tractable = A has a weak-nu term operation (?) A weak near unanimity (weak-nu) term operation is one that satisfies t(x, x,..., x) x (idempotent) t(y, x,..., x) t(x, y,..., x) t(x, x,..., y)

22 GENERAL PROBLEM Find properties (of algebras) that characterize the complexity of CSPs. CSP DICHOTOMY CONJECTURE For a (finite, idempotent) algebra A... CSP(A) is tractable = A has a weak-nu term operation (?) A weak near unanimity (weak-nu) term operation is one that satisfies t(x, x,..., x) x (idempotent) t(y, x,..., x) t(x, y,..., x) t(x, x,..., y) A binary operation t(x, y) is weak-nu if t(x, x) x t(y, x) t(x, y) (idempotent) (commutative) So let s try to prove (?) for commutative idempotent binars.

23 COMMUTATIVE IDEMPOTENT BINARS A CIB is an algebra A = A, satisfying x y y x and x x x.

24 COMMUTATIVE IDEMPOTENT BINARS A CIB is an algebra A = A, satisfying x y y x and x x x. QUESTION Is every finite commutative idempotent binar tractable?

25 COMMUTATIVE IDEMPOTENT BINARS A CIB is an algebra A = A, satisfying x y y x and x x x. QUESTION Is every finite commutative idempotent binar tractable? First Example: a semilattice is an associative CIB. Semilattices are tractable.

26 COMMUTATIVE IDEMPOTENT BINARS A CIB is an algebra A = A, satisfying x y y x and x x x. QUESTION Is every finite commutative idempotent binar tractable? First Example: a semilattice is an associative CIB. Semilattices are tractable. Pause to consider more general case for a minute...

27 GENERAL CASE SOME WELL KNOWN FACTS Let A be a finite idempotent algebra. Let S 2 be the 2-elt semilattice. V(A) is CP A has Malcev term

28 GENERAL CASE SOME WELL KNOWN FACTS Let A be a finite idempotent algebra. Let S 2 be the 2-elt semilattice. V(A) is CP A has Malcev term

29 GENERAL CASE SOME WELL KNOWN FACTS Let A be a finite idempotent algebra. Let S 2 be the 2-elt semilattice. V(A) is CP A has Malcev term = A has cube term

30 GENERAL CASE SOME WELL KNOWN FACTS Let A be a finite idempotent algebra. Let S 2 be the 2-elt semilattice. V(A) is CP A has Malcev term = A has cube term = V(A) is CM

31 GENERAL CASE SOME WELL KNOWN FACTS Let A be a finite idempotent algebra. Let S 2 be the 2-elt semilattice. V(A) is CP A has Malcev term = A has cube term = V(A) is CM = S 2 is not in V(A)

32 FIRST REDUCTION BY CUBE-TERM BLOCKERS Marković, M. Maróti, McKenzie (M 4 ) Finitely related clones and algebras with cube terms (2012) A cube-term blocker (CTB) is a pair (C, B) of subuniverses satisfying < C < B A and for every t(x 1,..., x n) there is an index i [n] with ( (b 1,..., b n) B n )(b i C t(b 1,..., b n) C)

33 FIRST REDUCTION BY CUBE-TERM BLOCKERS Marković, M. Maróti, McKenzie (M 4 ) Finitely related clones and algebras with cube terms (2012) A cube-term blocker (CTB) is a pair (C, B) of subuniverses satisfying < C < B A and for every t(x 1,..., x n) there is an index i [n] with ( (b 1,..., b n) B n )(b i C t(b 1,..., b n) C) t(b 1,..., b i 1, c, b i+1,..., b n) C

34 FIRST REDUCTION BY CUBE-TERM BLOCKERS Marković, M. Maróti, McKenzie (M 4 ) Finitely related clones and algebras with cube terms (2012) A cube-term blocker (CTB) is a pair (C, B) of subuniverses satisfying < C < B A and for every t(x 1,..., x n) there is an index i [n] with ( (b 1,..., b n) B n )(b i C t(b 1,..., b n) C) t(b 1,..., b i 1, c, b i+1,..., b n) C M 4 prove a finite idempotent algebra has a cube term iff it has no CTB.

35 FIRST REDUCTION BY CUBE-TERM BLOCKERS Marković, M. Maróti, McKenzie (M 4 ) Finitely related clones and algebras with cube terms (2012) A cube-term blocker (CTB) is a pair (C, B) of subuniverses satisfying < C < B A and for every t(x 1,..., x n) there is an index i [n] with ( (b 1,..., b n) B n )(b i C t(b 1,..., b n) C) t(b 1,..., b i 1, c, b i+1,..., b n) C M 4 prove a finite idempotent algebra has a cube term iff it has no CTB. LEMMA A finite CIB A has a CTB if and only if S 2 HS(A).

36 FIRST REDUCTION BY CUBE-TERM BLOCKERS Marković, M. Maróti, McKenzie (M 4 ) Finitely related clones and algebras with cube terms (2012) A cube-term blocker (CTB) is a pair (C, B) of subuniverses satisfying < C < B A and for every t(x 1,..., x n) there is an index i [n] with ( (b 1,..., b n) B n )(b i C t(b 1,..., b n) C) t(b 1,..., b i 1, c, b i+1,..., b n) C M 4 prove a finite idempotent algebra has a cube term iff it has no CTB. LEMMA A finite CIB A has a CTB if and only if S 2 HS(A). PROOF. (C, B) a CTB implies θ = C 2 (B C) 2 a congruence with B/θ = S 2. Conversely, suppose S 2 HS(A), and B is a subalgebra of A with B/θ a meet-sl for some θ. Let C/θ be the bottom of B/θ, then (C, B) is a CTB.

37 SECOND REDUCTION Kearnes and Tschantz Automorphism groups of squares and of free algebras (2007) LEMMA If V is an idempotent variety that is not congruence permutable, then there are subuniverses U and W of F := F V{x, y} satisfying 1. x U W 2. y U c W c 3. (U F) (F W) F 2

38 SECOND REDUCTION Kearnes and Tschantz Automorphism groups of squares and of free algebras (2007) LEMMA If V is an idempotent variety that is not congruence permutable, then there are subuniverses U and W of F := F V{x, y} satisfying 1. x U W 2. y U c W c 3. (U F) (F W) F 2 For CIB s, either U or W will be an ideal. This implies a CTB and a semilattice.

39 A = a finite CIB S 2 = the 2-elt semilattice. V(A) is CP A has a Malcev term = A has a cube term = V(A) is CM = S 2 is not in V(A)

40 A = a finite CIB S 2 = the 2-elt semilattice. V(A) is CP A has a Malcev term = A has a cube term = V(A) is CM = S 2 is not in V(A) = A has a cube term 1st reduction by cube-term blockers.

41 A = a finite CIB S 2 = the 2-elt semilattice. V(A) is CP A has a Malcev term = A has a cube term = V(A) is CM = S 2 is not in V(A) = A has a cube term = V(A) is CP 1st reduction by cube-term blockers. 2nd reduction by Kearnes-Tschantz.

42 EXAMPLE

43 EXAMPLE 1 Cliff s trick: replace binary operation with a term from clo(a), say x y = (x (x y)) (y (x y)) If A, tractable, then so is A = A,.

44 EXAMPLE 1 Cliff s trick: replace binary operation with a term from clo(a), say x y = (x (x y)) (y (x y)) If A, tractable, then so is A = A,. { } clo(a) = rel(clo(a)) rel({ }) = CSP(A) P CSP A,

45 EXAMPLE 1 Cliff s trick: replace binary operation with a term from clo(a), say x y = (x (x y)) (y (x y)) If A, tractable, then so is A = A,. { } clo(a) = rel(clo(a)) rel({ }) = CSP(A) P CSP A, A, tractable = A tractable

46 EXAMPLE Let t(x, y) = x (x (x y)) y (y (x y)).

47 EXAMPLE t Let t(x, y) = x (x (x y)) y (y (x y)). A, t tractable

48 EXAMPLE

49 EXAMPLE Let t 2(x, y) =...?

50 EXAMPLE Let t 2(x, y) =...? Let t 3(x, y, z) =...?

51 ...and about 25 others. To see them, load UACalc with files from the Bergman directory at

52 ...and about 25 others. To see them, load UACalc with files from the Bergman directory at Thank you for listening!

Tutorial on the Constraint Satisfaction Problem

Tutorial on the Constraint Satisfaction Problem Tutorial on the Constraint Satisfaction Problem Miklós Maróti Vanderbilt University and University of Szeged Nový Smokovec, 2012. September 2 7. Miklós Maróti (Vanderbilt and Szeged) The Constraint Satisfaction

More information

FINITELY RELATED CLONES AND ALGEBRAS WITH CUBE-TERMS

FINITELY RELATED CLONES AND ALGEBRAS WITH CUBE-TERMS FINITELY RELATED CLONES AND ALGEBRAS WITH CUBE-TERMS PETAR MARKOVIĆ, MIKLÓS MARÓTI, AND RALPH MCKENZIE Abstract. E. Aichinger, R. McKenzie, P. Mayr [1] have proved that every finite algebra with a cube-term

More information

Constraints in Universal Algebra

Constraints in Universal Algebra Constraints in Universal Algebra Ross Willard University of Waterloo, CAN SSAOS 2014 September 7, 2014 Lecture 1 R. Willard (Waterloo) Constraints in Universal Algebra SSAOS 2014 1 / 23 Outline Lecture

More information

Bounded width problems and algebras

Bounded width problems and algebras Algebra univers. 56 (2007) 439 466 0002-5240/07/030439 28, published online February 21, 2007 DOI 10.1007/s00012-007-2012-6 c Birkhäuser Verlag, Basel, 2007 Algebra Universalis Bounded width problems and

More information

Commutative, idempotent groupoids and the constraint satisfaction problem

Commutative, idempotent groupoids and the constraint satisfaction problem Graduate Theses and Dissertations Iowa State University Capstones, Theses and Dissertations 2013 Commutative, idempotent groupoids and the constraint satisfaction problem David Michael Failing Iowa State

More information

CHARACTERIZATIONS OF SEVERAL MALTSEV CONDITIONS

CHARACTERIZATIONS OF SEVERAL MALTSEV CONDITIONS CHARACTERIZATIONS OF SEVERAL MALTSEV CONDITIONS M. KOZIK, A. KROKHIN, M. VALERIOTE, AND R. WILLARD Abstract. Tame congruence theory identifies six Maltsev conditions associated with locally finite varieties

More information

{Symmetry, Logic, CSP}

{Symmetry, Logic, CSP} {Symmetry, Logic, CSP} Libor Barto Charles University in Prague {Symmetry, Logic, Computation} Simons Institute, Berkeley, 9 Nov 2016 Message Topic: Constraint Satisfaction Problem (CSP) over a fixed finite

More information

Finer complexity of Constraint Satisfaction Problems with Maltsev Templates

Finer complexity of Constraint Satisfaction Problems with Maltsev Templates Finer complexity of Constraint Satisfaction Problems with Maltsev Templates Dejan Delic Department of Mathematics Ryerson University Toronto, Canada joint work with A. Habte (Ryerson University) May 24,

More information

Boolean Semilattices

Boolean Semilattices Boolean Semilattices Clifford Bergman Iowa State University June 2015 Motivating Construction Let G = G, be a groupoid (i.e., 1 binary operation) Form the complex algebra G + = Sb(G),,,,,, G X Y = { x

More information

A Proof of CSP Dichotomy Conjecture

A Proof of CSP Dichotomy Conjecture 58th Annual IEEE Symposium on Foundations of Computer Science A Proof of CSP Dichotomy Conjecture Dmitriy Zhuk Department of Mechanics and Mathematics Lomonosov Moscow State University Moscow, Russia Email:

More information

Universal algebra for CSP Lecture 2

Universal algebra for CSP Lecture 2 Universal algebra for CSP Lecture 2 Ross Willard University of Waterloo Fields Institute Summer School June 26 30, 2011 Toronto, Canada R. Willard (Waterloo) Universal algebra Fields Institute 2011 1 /

More information

Quick course in Universal Algebra and Tame Congruence Theory

Quick course in Universal Algebra and Tame Congruence Theory Quick course in Universal Algebra and Tame Congruence Theory Ross Willard University of Waterloo, Canada Workshop on Universal Algebra and the Constraint Satisfaction Problem Nashville, June 2007 (with

More information

TESTING FOR A SEMILATTICE TERM

TESTING FOR A SEMILATTICE TERM TESTING FOR A SEMILATTICE TERM RALPH FREESE, J.B. NATION, AND MATT VALERIOTE Abstract. This paper investigates the computational complexity of deciding if a given finite algebra is an expansion of a semilattice.

More information

CSP, Algebras, Varieties. Andrei A. Bulatov Simon Fraser University

CSP, Algebras, Varieties. Andrei A. Bulatov Simon Fraser University CSP Algebras Varieties Andrei A. Bulatov Simon Fraser University CSP Reminder An instance o CSP is deined to be a pair o relational structures A and B over the same vocabulary τ. Does there exist a homomorphism

More information

Collaborative Research: Algebra and Algorithms, Structure and Complexity Theory. National Science Foundation Grant No. DMS

Collaborative Research: Algebra and Algorithms, Structure and Complexity Theory. National Science Foundation Grant No. DMS Collaborative Research: Algebra and Algorithms, Structure and Complexity Theory National Science Foundation Grant No. DMS-1500174 B. Project Summary OVERVIEW This project will be a collaboration among

More information

Topological clones. Michael Pinsker. Technische Universität Wien / Univerzita Karlova v Praze. Funded by Austrian Science Fund (FWF) grant P27600

Topological clones. Michael Pinsker. Technische Universität Wien / Univerzita Karlova v Praze. Funded by Austrian Science Fund (FWF) grant P27600 Technische Universität Wien / Univerzita Karlova v Praze Funded by Austrian Science Fund (FWF) grant P27600 TACL 2015 Outline I: Algebras, function clones, abstract clones, Birkhoff s theorem II:, Topological

More information

International Workshop on Mathematics of Constraint Satisfaction: Algebra, Logic and Graph Theory

International Workshop on Mathematics of Constraint Satisfaction: Algebra, Logic and Graph Theory International Workshop on Mathematics of Constraint Satisfaction: Algebra, Logic and Graph Theory 20-24 March 2006 St Anne's College, University of Oxford www.comlab.ox.ac.uk/mathscsp Constraints & Algebra

More information

IDEMPOTENT n-permutable VARIETIES

IDEMPOTENT n-permutable VARIETIES IDEMPOTENT n-permutable VARIETIES M. VALERIOTE AND R. WILLARD Abstract. One of the important classes of varieties identified in tame congruence theory is the class of varieties which are n-permutable for

More information

Graphs, Polymorphisms, and Multi-Sorted Structures

Graphs, Polymorphisms, and Multi-Sorted Structures Graphs, Polymorphisms, and Multi-Sorted Structures Ross Willard University of Waterloo NSAC 2013 University of Novi Sad June 6, 2013 Ross Willard (Waterloo) Graphs, Polymorphisms, Multi-Sorted Struc NSAC

More information

CLASSIFYING THE COMPLEXITY OF CONSTRAINTS USING FINITE ALGEBRAS

CLASSIFYING THE COMPLEXITY OF CONSTRAINTS USING FINITE ALGEBRAS CLASSIFYING THE COMPLEXITY OF CONSTRAINTS USING FINITE ALGEBRAS ANDREI BULATOV, PETER JEAVONS, AND ANDREI KROKHIN Abstract. Many natural combinatorial problems can be expressed as constraint satisfaction

More information

A SUBALGEBRA INTERSECTION PROPERTY FOR CONGRUENCE DISTRIBUTIVE VARIETIES

A SUBALGEBRA INTERSECTION PROPERTY FOR CONGRUENCE DISTRIBUTIVE VARIETIES A SUBALGEBRA INTERSECTION PROPERTY FOR CONGRUENCE DISTRIBUTIVE VARIETIES MATTHEW A. VALERIOTE Abstract. We prove that if a finite algebra A generates a congruence distributive variety then the subalgebras

More information

Constraint satisfaction problems and dualities

Constraint satisfaction problems and dualities Andrei Krokhin - CSPs and dualities 1 Constraint satisfaction problems and dualities Andrei Krokhin University of Durham Andrei Krokhin - CSPs and dualities 2 The CSP The Constraint Satisfaction (or Homomorphism)

More information

Bernhard Nebel, Julien Hué, and Stefan Wölfl. June 27 & July 2/4, 2012

Bernhard Nebel, Julien Hué, and Stefan Wölfl. June 27 & July 2/4, 2012 Bernhard Nebel, Julien Hué, and Stefan Wölfl Albert-Ludwigs-Universität Freiburg June 27 & July 2/4, 2012 vs. complexity For some restricted constraint languages we know some polynomial time algorithms

More information

Commutative idempotent groupoids and the constraint satisfaction problem

Commutative idempotent groupoids and the constraint satisfaction problem Mathematics Publications Mathematics 6-2015 Commutative idempotent groupoids and the constraint satisfaction problem Clifford Bergman Iowa State University, cbergman@iastate.edu David Failing Quincy University

More information

Toward Quandle Dichotomy

Toward Quandle Dichotomy Robert McGrail, Mona Merling, Mary Sharac, Japheth Wood Laboratory for Algebraic and Symbolic Computation Reem-Kayden Center for Science and Computation Bard College Annandale-on-Hudson, NY 12504 April

More information

Flexible satisfaction

Flexible satisfaction Flexible satisfaction LCC 2016, Aix-Marseille Université Marcel Jackson A problem and overview A problem in semigroup theory The semigroup B 1 2 ( ) ( ) 1 0 1 0, 0 1 0 0, ( ) 0 1, 0 0 ( ) 0 0, 1 0 ( )

More information

Commutative, idempotent groupoids and the constraint satisfaction problem

Commutative, idempotent groupoids and the constraint satisfaction problem Commutative, idempotent groupoids and the constraint satisfaction problem Clifford Bergman and David Failing Abstract. A restatement of the Algebraic Dichotomy Conjecture, due to Maroti and McKenzie, postulates

More information

Commutative idempotent groupoids and the constraint satisfaction problem

Commutative idempotent groupoids and the constraint satisfaction problem Algebra Univers. DOI 10.1007/s00012-015-0323-6 Springer Basel 2015 Algebra Universalis Commutative idempotent groupoids and the constraint satisfaction problem Clifford Bergman and David Failing Abstract.

More information

Absorption in Universal Algebra and CSP

Absorption in Universal Algebra and CSP Absorption in Universal Algebra and CSP Libor Barto 1 and Marcin Kozik 2 1 Department of Algebra, Faculty of Mathematics and Physics, Charles University, Prague, Czech Republic libor.barto@gmail.com 2

More information

CD(4) HAS BOUNDED WIDTH

CD(4) HAS BOUNDED WIDTH CD(4) HAS BOUNDED WIDTH CATARINA CARVALHO, VÍCTOR DALMAU, PETAR MARKOVIĆ, AND MIKLÓS MARÓTI Abstract. We prove that the constraint languages invariant under a short sequence of Jónsson terms (containing

More information

Lewis Dichotomies in Many-Valued Logics

Lewis Dichotomies in Many-Valued Logics Lewis Dichotomies in Many-Valued Logics Simone Bova Department of Mathematics Vanderbilt University (Nashville, USA) simone.bova@vanderbilt.edu ASUBL 2010 June 8-10, 2009, Nomi (Japan) Boolean Satisfiability

More information

Testing assignments to constraint satisfaction problems

Testing assignments to constraint satisfaction problems Testing assignments to constraint satisfaction problems Hubie Chen University of the Basque Country (UPV/EHU) E-20018 San Sebastián, Spain and IKERBASQUE, Basque Foundation for Science E-48011 Bilbao,

More information

Tutorial on Universal Algebra, Mal cev Conditions, and Finite Relational Structures: Lecture I

Tutorial on Universal Algebra, Mal cev Conditions, and Finite Relational Structures: Lecture I Tutorial on Universal Algebra, Mal cev Conditions, and Finite Relational Structures: Lecture I Ross Willard University of Waterloo, Canada BLAST 2010 Boulder, June 2010 Ross Willard (Waterloo) Universal

More information

The complexity of constraint satisfaction: an algebraic approach

The complexity of constraint satisfaction: an algebraic approach The complexity of constraint satisfaction: an algebraic approach Andrei KROKHIN Department of Computer Science University of Durham Durham, DH1 3LE UK Andrei BULATOV School of Computer Science Simon Fraser

More information

Finite Simple Abelian Algebras are Strictly Simple

Finite Simple Abelian Algebras are Strictly Simple Finite Simple Abelian Algebras are Strictly Simple Matthew A. Valeriote Abstract A finite universal algebra is called strictly simple if it is simple and has no nontrivial subalgebras. An algebra is said

More information

Algebraic Tractability Criteria for Infinite-Domain Constraint Satisfaction Problems

Algebraic Tractability Criteria for Infinite-Domain Constraint Satisfaction Problems Algebraic Tractability Criteria for Infinite-Domain Constraint Satisfaction Problems Manuel Bodirsky Institut für Informatik Humboldt-Universität zu Berlin May 2007 CSPs over infinite domains (May 2007)

More information

Semilattice Modes II: the amalgamation property

Semilattice Modes II: the amalgamation property Semilattice Modes II: the amalgamation property Keith A. Kearnes Abstract Let V be a variety of semilattice modes with associated semiring R. We prove that if R is a bounded distributive lattice, then

More information

DEDEKIND S TRANSPOSITION PRINCIPLE

DEDEKIND S TRANSPOSITION PRINCIPLE DEDEKIND S TRANSPOSITION PRINCIPLE AND PERMUTING SUBGROUPS & EQUIVALENCE RELATIONS William DeMeo williamdemeo@gmail.com University of South Carolina Zassenhaus Conference at WCU Asheville, NC May 24 26,

More information

THE WONDERLAND OF REFLECTIONS

THE WONDERLAND OF REFLECTIONS THE WONDERLAND OF REFLECTIONS LIBOR BARTO, JAKUB OPRŠAL, AND MICHAEL PINSKER Abstract. A fundamental fact for the algebraic theory of constraint satisfaction problems (CSPs) over a fixed template is that

More information

Complexity of conservative Constraint Satisfaction Problems

Complexity of conservative Constraint Satisfaction Problems Complexity of conservative Constraint Satisfaction Problems ANDREI A. BULATOV Simon Fraser University In a constraint satisfaction problem (CSP) the aim is to find an assignment of values to a given set

More information

Remarks on categorical equivalence of finite unary algebras

Remarks on categorical equivalence of finite unary algebras Remarks on categorical equivalence of finite unary algebras 1. Background M. Krasner s original theorems from 1939 say that a finite algebra A (1) is an essentially multiunary algebra in which all operations

More information

arxiv: v1 [math.ra] 8 Sep 2016

arxiv: v1 [math.ra] 8 Sep 2016 CUBE TERM BLOCKERS WITHOUT FINITENESS arxiv:160902605v1 [mathra] 8 Sep 2016 KEITH A KEARNES AND ÁGNES SZENDREI Abstract We show that an idempotent variet has a d-dimensional cube term if and onl if its

More information

Abelian Algebras and the Hamiltonian Property. Abstract. In this paper we show that a nite algebra A is Hamiltonian if the

Abelian Algebras and the Hamiltonian Property. Abstract. In this paper we show that a nite algebra A is Hamiltonian if the Abelian Algebras and the Hamiltonian Property Emil W. Kiss Matthew A. Valeriote y Abstract In this paper we show that a nite algebra A is Hamiltonian if the class HS(A A ) consists of Abelian algebras.

More information

FINITELY RELATED ALGEBRAS IN CONGRUENCE DISTRIBUTIVE VARIETIES HAVE NEAR UNANIMITY TERMS

FINITELY RELATED ALGEBRAS IN CONGRUENCE DISTRIBUTIVE VARIETIES HAVE NEAR UNANIMITY TERMS FINITELY RELATED ALGEBRAS IN CONGRUENCE DISTRIBUTIVE VARIETIES HAVE NEAR UNANIMITY TERMS LIBOR BARTO Abstract. We show that every finite, finitely related algebra in a congruence distributive variety has

More information

A DICHOTOMY FOR FIRST-ORDER REDUCTS OF UNARY STRUCTURES

A DICHOTOMY FOR FIRST-ORDER REDUCTS OF UNARY STRUCTURES Logical Methods in Computer Science Vol. 14(2:13)2018, pp. 1 31 https://lmcs.episciences.org/ Submitted Apr. 12, 2017 Published May 22, 2018 A DICHOTOMY FOR FIRST-ORDER REDUCTS OF UNARY STRUCTURES MANUEL

More information

THE COMPLEXITY OF THE EXTENDIBILITY PROBLEM FOR FINITE POSETS

THE COMPLEXITY OF THE EXTENDIBILITY PROBLEM FOR FINITE POSETS SIAM J. DISCRETE MATH. Vol. 17, No. 1, pp. 114 121 c 2003 Society for Industrial and Applied Mathematics THE COMPLEXITY OF THE EXTENDIBILITY PROBLEM FOR FINITE POSETS BENOIT LAROSE AND LÁSZLÓ ZÁDORI Abstract.

More information

Clonoids and Promise CSP

Clonoids and Promise CSP Clonoids and Promise CSP Jakub Buĺın JKU Linz AAA94 & NSAC 2017 Research supported by University of Colorado Boulder and the Austrian Science Fund (FWF): P29931 In this talk... A more general framework

More information

SMALL CONGRUENCE LATTICES

SMALL CONGRUENCE LATTICES SMALL CONGRUENCE LATTICES William DeMeo williamdemeo@gmail.com University of South Carolina joint work with Ralph Freese, Peter Jipsen, Bill Lampe, J.B. Nation BLAST Conference Chapman University August

More information

CSPs and Connectedness: P/NP-Complete Dichotomy for Idempotent, Right Quasigroups

CSPs and Connectedness: P/NP-Complete Dichotomy for Idempotent, Right Quasigroups CSPs and Connectedness: P/NP-Complete Dichotomy for Idempotent, Right Quasigroups Robert W McGrail, James Belk, Solomon Garber, and Japheth Wood Reem Kayden Center for Science and Computation Bard College

More information

Subdirectly Irreducible Modes

Subdirectly Irreducible Modes Subdirectly Irreducible Modes Keith A. Kearnes Abstract We prove that subdirectly irreducible modes come in three very different types. From the description of the three types we derive the results that

More information

A FINER REDUCTION OF CONSTRAINT PROBLEMS TO DIGRAPHS

A FINER REDUCTION OF CONSTRAINT PROBLEMS TO DIGRAPHS Logical Methods in Computer Science Vol. 11(4:18)2015, pp. 1 33 www.lmcs-online.org Submitted Jun. 24, 2014 Published Dec. 29, 2015 A FINER REDUCTION OF CONSTRAINT PROBLEMS TO DIGRAPHS JAKUB BULÍN a, DEJAN

More information

Polymorphisms, and how to use them

Polymorphisms, and how to use them Polymorphisms, and how to use them Libor Barto 1, Andrei Krokhin 2, and Ross Willard 3 1 Department of Algebra, Faculty of Mathematics and Physics Charles University in Prague, Czech Republic libor.barto@gmail.com

More information

ON SOME CONGRUENCES OF POWER ALGEBRAS

ON SOME CONGRUENCES OF POWER ALGEBRAS ON SOME CONGRUENCES OF POWER ALGEBRAS A. PILITOWSKA 1 AND A. ZAMOJSKA-DZIENIO 2 Abstract. In a natural way we can lift any operation defined on a set A to an operation on the set of all non-empty subsets

More information

Polymorphisms, and How to Use Them

Polymorphisms, and How to Use Them Polymorphisms, and How to Use Them Libor Barto 1, Andrei Krokhin 2, and Ross Willard 3 1 Department of Algebra, Faculty of Mathematics and Physics, Charles University, Prague, Czech Republic libor.barto@gmail.com

More information

Quandles and the Towers of Hanoi

Quandles and the Towers of Hanoi The the Bob Laboratory for Algebraic and Symbolic Computation Reem-Kayden Center for Science and Computation Bard College Annandale-on-Hudson, NY 12504 August 8, 2011 The 1 2 3 4 The The Figure Eight (4

More information

The Complexity of Constraint Satisfaction Games and QCSP

The Complexity of Constraint Satisfaction Games and QCSP The Complexity of Constraint Satisfaction Games and QCSP Ferdinand Börner Institut für Informatik University of Potsdam Potsdam, D-14482, Germany fboerner@rz.uni-potsdam.de Hubie Chen Department of Technology

More information

CONGRUENCE MODULAR VARIETIES WITH SMALL FREE SPECTRA

CONGRUENCE MODULAR VARIETIES WITH SMALL FREE SPECTRA CONGRUENCE MODULAR VARIETIES WITH SMALL FREE SPECTRA KEITH A. KEARNES Abstract. Let A be a finite algebra that generates a congruence modular variety. We show that the free spectrum of V(A) fails to have

More information

DEDEKIND S TRANSPOSITION PRINCIPLE

DEDEKIND S TRANSPOSITION PRINCIPLE DEDEKIND S TRANSPOSITION PRINCIPLE AND ISOTOPIC ALGEBRAS WITH NONISOMORPHIC CONGRUENCE LATTICES William DeMeo williamdemeo@gmail.com University of South Carolina AMS Spring Western Sectional Meeting University

More information

RESIDUAL SMALLNESS AND WEAK CENTRALITY

RESIDUAL SMALLNESS AND WEAK CENTRALITY RESIDUAL SMALLNESS AND WEAK CENTRALITY KEITH A. KEARNES AND EMIL W. KISS Abstract. We develop a method of creating skew congruences on subpowers of finite algebras using groups of twin polynomials, and

More information

arxiv: v1 [math.lo] 12 Sep 2007

arxiv: v1 [math.lo] 12 Sep 2007 CD(4) has bounded width arxiv:0709.1934v1 [math.lo] 12 Sep 2007 Catarina Carvalho, Víctor Dalmau, Petar Marković, and Miklós Maróti Abstract. We prove that the constraint languages invariant under a short

More information

Decidability in Universal Algebra

Decidability in Universal Algebra Decidability in Universal Algebra Matthew Moore McMaster University September 27, 2016 Matthew Moore (Mac) Decidability 2016-09-27 1 / 17 Decidability in universal algebra 1 Introduction 2 Minsky machines

More information

5 Group theory. 5.1 Binary operations

5 Group theory. 5.1 Binary operations 5 Group theory This section is an introduction to abstract algebra. This is a very useful and important subject for those of you who will continue to study pure mathematics. 5.1 Binary operations 5.1.1

More information

Tomasz A. GORAZD and Jacek KRZACZKOWSKI THE COMPLEXITY OF PROBLEMS CONNECTED WITH TWO-ELEMENT ALGEBRAS

Tomasz A. GORAZD and Jacek KRZACZKOWSKI THE COMPLEXITY OF PROBLEMS CONNECTED WITH TWO-ELEMENT ALGEBRAS REPORTS ON MATHEMATICAL LOGIC 46 (2011), 91 108 Tomasz A. GORAZD and Jacek KRZACZKOWSKI THE COMPLEXITY OF PROBLEMS CONNECTED WITH TWO-ELEMENT ALGEBRAS A b s t r a c t. This paper presents a complete classification

More information

Clones and Galois connections

Clones and Galois connections Clones and Galois connections Reinhard Pöschel Institut für Algebra Technische Universität Dresden AAA75, Darmstadt 2007 on a special occasion concerning the founder of the AAA series November 2, 2007

More information

Congruence n-permutable varieties

Congruence n-permutable varieties Graduate Theses and Dissertations Iowa State University Capstones, Theses and Dissertations 2017 Congruence n-permutable varieties Jiali Li Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/etd

More information

A dichotomy theorem for nonuniform CSPs

A dichotomy theorem for nonuniform CSPs 58th Annual IEEE Symposium on Foundations of Computer Science A dichotomy theorem for nonuniform CSPs Andrei A. Bulatov School of Computing Science Simon Fraser University Burnaby, Canada Email: abulatov@sfu.ca

More information

The Complexity of the Counting CSP

The Complexity of the Counting CSP The Complexity of the Counting CSP Víctor Dalmau Universitat Pompeu Fabra The Complexity of the Counting CSP p.1/23 (Non Uniform) Counting CSP Def: (Homomorphism formulation) Let B be a (finite) structure.

More information

Curriculum Vitae Keith A. Kearnes

Curriculum Vitae Keith A. Kearnes Curriculum Vitae Keith A. Kearnes January 31, 2017 Contact Information: Department of Mathematics University of Colorado Boulder, CO 80309-0395 office phone: 303 492 5203 email: keith.kearnes@colorado.edu

More information

The complexity of the list homomorphism problem for graphs

The complexity of the list homomorphism problem for graphs The complexity of the list homomorphism problem for graphs László Egri School of Computer Science McGill University, Montréal, Canada laszlo.egri@mail.mcgill.ca Andrei Krokhin School of Engineering and

More information

The complexity of the list homomorphism problem for graphs

The complexity of the list homomorphism problem for graphs The complexity of the list homomorphism problem for graphs László Egri, Andrei Krokhin, Benoit Larose, Pascal Tesson April 2, 2009 Abstract We completely characterise the computational complexity of the

More information

NOTES ON CONGRUENCE n-permutability AND SEMIDISTRIBUTIVITY

NOTES ON CONGRUENCE n-permutability AND SEMIDISTRIBUTIVITY NOTES ON CONGRUENCE n-permutability AND SEMIDISTRIBUTIVITY RALPH FREESE Abstract. In [1] T. Dent, K. Kearnes and Á. Szendrei define the derivative, Σ, of a set of equations Σ and show, for idempotent Σ,

More information

Author manuscript, published in "27th International Symposium on Theoretical Aspects of Computer Science - STACS 2010 (2010) "

Author manuscript, published in 27th International Symposium on Theoretical Aspects of Computer Science - STACS 2010 (2010) Author manuscript, published in "27th International Symposium on Theoretical Aspects of Computer Science - STACS 2010 (2010) 335-346" Symposium on Theoretical Aspects of Computer Science 2010 (Nancy, France),

More information

arxiv: v3 [math.ra] 6 Oct 2017

arxiv: v3 [math.ra] 6 Oct 2017 TAYLOR S MODULARITY CONJECTURE AND RELATED PROBLEMS FOR IDEMPOTENT VARIETIES arxiv:1602.08639v3 [math.ra] 6 Oct 2017 JAKUB OPRŠAL Abstract. We provide a partial result on Taylor s modularity conjecture,

More information

THE LATTICE OF SUBVARIETIES OF SEMILATTICE ORDERED ALGEBRAS

THE LATTICE OF SUBVARIETIES OF SEMILATTICE ORDERED ALGEBRAS THE LATTICE OF SUBVARIETIES OF SEMILATTICE ORDERED ALGEBRAS A. PILITOWSKA 1 AND A. ZAMOJSKA-DZIENIO 2 Abstract. This paper is devoted to the semilattice ordered V-algebras of the form (A, Ω, +), where

More information

Computational Complexity in Graph Theory

Computational Complexity in Graph Theory Charles University Faculty of Mathematics and Physics Doctoral Thesis Computational Complexity in Graph Theory Jan Kára Department of Applied Mathematics and Institute for Theoretical Computer Science

More information

arxiv: v2 [cs.cc] 21 Mar 2017

arxiv: v2 [cs.cc] 21 Mar 2017 The power of Sherali-Adams relaxations for general-valued CSPs arxiv:1606.02577v2 [cs.cc] 21 Mar 2017 Johan Thapper Université Paris-Est, Marne-la-Vallée, France thapper@u-pem.fr Abstract Stanislav Živný

More information

EQUATIONS OF TOURNAMENTS ARE NOT FINITELY BASED

EQUATIONS OF TOURNAMENTS ARE NOT FINITELY BASED EQUATIONS OF TOURNAMENTS ARE NOT FINITELY BASED J. Ježek, P. Marković, M. Maróti and R. McKenzie Abstract. The aim of this paper is to prove that there is no finite basis for the equations satisfied by

More information

Clones (3&4) Martin Goldstern. TACL Olomouc, June Discrete Mathematics and Geometry, TU Wien

Clones (3&4) Martin Goldstern. TACL Olomouc, June Discrete Mathematics and Geometry, TU Wien Martin Goldstern Discrete Mathematics and Geometry, TU Wien TACL Olomouc, June 2017 Galois connections Let A, B be sets, R A B. For any S A and any T B let S u := {b B a S : arb} T l := {a A b T : arb}.

More information

Constraint satisfaction problems over infinite domains

Constraint satisfaction problems over infinite domains Constraint satisfaction problems over infinite domains Michael Kompatscher, Trung Van Pham Theory and Logic Group TU Wien Research Seminar, 27/04/2016 Schaefer s theorem Let Φ be a set of propositional

More information

arxiv:cs/ v1 [cs.cc] 13 Jun 2006

arxiv:cs/ v1 [cs.cc] 13 Jun 2006 Approximability of Bounded Occurrence Max Ones Fredrik Kuivinen Department of Computer and Information Science, Linköpings Universitet, S-581 83 Linköping, Sweden, freku@ida.liu.se ariv:cs/0606057v1 [cs.cc]

More information

RELATION ALGEBRAS. Roger D. MADDUX. Department of Mathematics Iowa State University Ames, Iowa USA ELSEVIER

RELATION ALGEBRAS. Roger D. MADDUX. Department of Mathematics Iowa State University Ames, Iowa USA ELSEVIER RELATION ALGEBRAS Roger D. MADDUX Department of Mathematics Iowa State University Ames, Iowa 50011 USA ELSEVIER AMSTERDAM. BOSTON HEIDELBERG LONDON NEW YORK. OXFORD PARIS SAN DIEGO. SAN FRANCISCO. SINGAPORE.

More information

arxiv: v5 [cs.cc] 17 May 2015

arxiv: v5 [cs.cc] 17 May 2015 SCHAEFER S THEOREM FOR GRAPHS MANUEL BODIRSKY AND MICHAEL PINSKER arxiv:1011.2894v5 [cs.cc] 17 May 2015 Abstract. Schaefer s theorem is a complexity classification result for so-called Boolean constraint

More information

AUTOMORPHISM GROUPS OF SQUARES AND OF FREE ALGEBRAS

AUTOMORPHISM GROUPS OF SQUARES AND OF FREE ALGEBRAS AUTOMORPHISM GROUPS OF SQUARES AND OF FREE ALGEBRAS KEITH A. KEARNES AND STEVEN T. TSCHANTZ Abstract. We show that certain finite groups do not arise as the automorphism group of the square of a finite

More information

COUNTING LIST MATRIX PARTITIONS OF GRAPHS

COUNTING LIST MATRIX PARTITIONS OF GRAPHS COUNTING LIST MATRIX PARTITIONS OF GRAPHS ANDREAS GÖBEL, LESLIE ANN GOLDBERG, COLIN MCQUILLAN, DAVID RICHERBY, AND TOMOYUKI YAMAKAMI Abstract. Given a symmetric D D matrix M over {0,1, }, a list M-partition

More information

Solving equations over small unary algebras

Solving equations over small unary algebras Computational Logic and Applications, CLA 05 DMTCS proc AF, 2006, 49 60 Solving equations over small unary algebras Przemyslaw Broniek broniek@iiujedupl, Algorithmics Research Group, Jagiellonian University,

More information

Colouring, Constraint Satisfaction, and Complexity

Colouring, Constraint Satisfaction, and Complexity Colouring, Constraint Satisfaction, and Complexity For Aleš Pultr on the Occasion of his 70th Birthday Pavol Hell School of Computing Science Simon Fraser University Burnaby, B.C., Canada V5A 1S6 pavol@cs.sfu.ca

More information

an np-complete example for the subpower membership problem

an np-complete example for the subpower membership problem an np-complete example for the subpower membership problem Graduate Algebra Seminar, CU Boulder Jeff Shriner December 5, 2017 the problem the problem Fix a finite algebra A with fintely many operations

More information

arxiv: v2 [cs.cc] 2 Oct 2011

arxiv: v2 [cs.cc] 2 Oct 2011 SCHAEFER S THEOREM FOR GRAPHS MANUEL BODIRSKY AND MICHAEL PINSKER arxiv:1011.2894v2 [cs.cc] 2 Oct 2011 Abstract. Schaefer s theorem is a complexity classification result for so-called Boolean constraint

More information

A CHARACTERIZATION OF LOCALLY FINITE VARIETIES THAT SATISFY A NONTRIVIAL CONGRUENCE IDENTITY

A CHARACTERIZATION OF LOCALLY FINITE VARIETIES THAT SATISFY A NONTRIVIAL CONGRUENCE IDENTITY A CHARACTERIZATION OF LOCALLY FINITE VARIETIES THAT SATISFY A NONTRIVIAL CONGRUENCE IDENTITY KEITH A. KEARNES Abstract. We show that a locally finite variety satisfies a nontrivial congruence identity

More information

Promise constraint satisfaction

Promise constraint satisfaction Promise constraint satisfaction Jakub Opršal (TU Dresden) Joint work with Jakub Bulín, Andrei Krokhin, and others Krkonoše, Sep 4, 2018 This project has received funding from the European Research Council

More information

The Meta-Problem for Conservative Mal tsev Constraints

The Meta-Problem for Conservative Mal tsev Constraints Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence (AAAI-16) The Meta-Problem for Conservative Mal tsev Constraints Clément Carbonnel LAAS-CNRS University of Toulouse, INP Toulouse,

More information

Schaefer s theorem for graphs

Schaefer s theorem for graphs Schaefer s theorem for graphs Manuel Bodirsky Laboratoire d Informatique (LIX), CNRS UMR 7161 École Polytechnique 91128 Palaiseau, France bodirsky@lix.polytechnique.fr Michael Pinsker Équipe de Logique

More information

THERE ARE NO PURE RELATIONAL WIDTH 2 CONSTRAINT SATISFACTION PROBLEMS. Keywords: Computational Complexity, Constraint Satisfaction Problems.

THERE ARE NO PURE RELATIONAL WIDTH 2 CONSTRAINT SATISFACTION PROBLEMS. Keywords: Computational Complexity, Constraint Satisfaction Problems. THERE ARE NO PURE RELATIONAL WIDTH 2 CONSTRAINT SATISFACTION PROBLEMS Departament de tecnologies de la informació i les comunicacions, Universitat Pompeu Fabra, Estació de França, Passeig de la circumval.laci

More information

TAYLOR TERMS, CONSTRAINT SATISFACTION AND THE COMPLEXITY OF POLYNOMIAL EQUATIONS OVER FINITE ALGEBRAS

TAYLOR TERMS, CONSTRAINT SATISFACTION AND THE COMPLEXITY OF POLYNOMIAL EQUATIONS OVER FINITE ALGEBRAS International Journal of Algebra and Computation Vol. 16, No. 3 (2006) 563 581 c World Scientific Publishing Company TAYLOR TERMS, CONSTRAINT SATISFACTION AND THE COMPLEXITY OF POLYNOMIAL EQUATIONS OVER

More information

CHAPTER 2 -idempotent matrices

CHAPTER 2 -idempotent matrices CHAPTER 2 -idempotent matrices A -idempotent matrix is defined and some of its basic characterizations are derived (see [33]) in this chapter. It is shown that if is a -idempotent matrix then it is quadripotent

More information

Algebraic Structures Exam File Fall 2013 Exam #1

Algebraic Structures Exam File Fall 2013 Exam #1 Algebraic Structures Exam File Fall 2013 Exam #1 1.) Find all four solutions to the equation x 4 + 16 = 0. Give your answers as complex numbers in standard form, a + bi. 2.) Do the following. a.) Write

More information

Algorithms for categorical equivalence

Algorithms for categorical equivalence Math. Struct. in Comp. Science (1995), vol. 11, pp. 1 000 Copyright c Cambridge University Press Algorithms for categorical equivalence Clifford Bergman 1 and J o e l B e r m a n 2 1 Department of Mathematics

More information

Siegel s Theorem, Edge Coloring, and a Holant Dichotomy

Siegel s Theorem, Edge Coloring, and a Holant Dichotomy Siegel s Theorem, Edge Coloring, and a Holant Dichotomy Jin-Yi Cai (University of Wisconsin-Madison) Joint with: Heng Guo and Tyson Williams (University of Wisconsin-Madison) 1 / 117 2 / 117 Theorem (Siegel

More information

List of topics for the preliminary exam in algebra

List of topics for the preliminary exam in algebra List of topics for the preliminary exam in algebra 1 Basic concepts 1. Binary relations. Reflexive, symmetric/antisymmetryc, and transitive relations. Order and equivalence relations. Equivalence classes.

More information

AN EASY TEST FOR CONGRUENCE MODULARITY

AN EASY TEST FOR CONGRUENCE MODULARITY Revised Manuscript 1 1 1 1 1 1 0 1 0 AN EASY TEST FOR CONGRUENCE MODULARITY TOPAZ DENT, KEITH A. KEARNES, AND ÁGNES SZENDREI Abstract. We describe an easy way to determine whether the realization of a

More information