نتایج جستجو برای: quiver representation

تعداد نتایج: 237903  

2017
VICTORIA HOSKINS FLORENT SCHAFFHAUSER

We study algebraic actions of finite groups of quiver automorphisms on moduli spaces of quiver representations. We decompose the fixed loci using group cohomology and we give a modular interpretation of each component. As an application, we construct branes in hyperkähler quiver varieties, as fixed loci of such actions.

Journal: :Physical review 2022

The authors develop an algorithm for a field theoretical implementation of mirror symmetry. This is based on the so-called quiver representation certain $N=1$ supersymmetric theories and non-abelian generalization piecewise dualization three-dimensional abelian theories. Extensions this local field-theoretic operations to non-supersymmetric are expected.

Journal: :Journal of Pure and Applied Algebra 2021

A formal computation proving a new operator identity from known ones is, in principle, restricted by domains and codomains of linear operators involved, since not any two can be added or composed. Algebraically, identities modelled noncommutative polynomials such proves that the polynomial corresponding to lies ideal generated identities. In order prove an identity, however, just membership is ...

2002
IVAN MIRKOVIĆ MAXIM VYBORNOV

We construct Nakajima’s quiver varieties of type A in terms of affine Grassmannians of type A. This gives a compactification of quiver varieties and a decomposition of affine Grassmannians into a disjoint union of quiver varieties. Consequently, singularities of quiver varieties, nilpotent orbits and affine Grassmannians are the same in type A. The construction also provides a geometric framewo...

2009
AHMET I. SEVEN

Quivers of finite mutation type have been classified recently in [4]. Main examples of these quivers are the quivers associated with triangulations of surfaces as introduced in [5]. They are also closely related to the representation theory of algebras [1]. In this paper, we study structural properties of finite mutation type quivers. We determine a class of subquivers, which we call basic quiv...

Journal: :Journal of Algebra 2022

We introduce the principal representation category O ( G ) of reductive algebraic groups with Frobenius maps. When k is an algebraically closed field characteristic 0, we put forward a conjecture that this highest weight and provide some evidences conjecture. also study certain kind bound quiver algebras whose representations are related to .

2008
XINYUN ZHU

Inspired by Cachazo, Katz and Vafa (“Geometric transitions and N = 1 quiver theories” (hep-th/0108120)), we examine representations of “N = 1 quivers” arising from string theory. We derive some mathematical consequences of the physics, and show that these results are a natural extension of Gabriel’s ADE theorem. Extending the usual ADE case that relates quiver representations to curves on surfa...

Journal: :Int. J. Math. Mathematical Sciences 2006
Daniel Simson

Given a basic K-coalgebra C, we study the left Gabriel-valued quiver (CQ,Cd) of C by means of irreduciblemorphisms between indecomposable injective leftC-comodules and by means of the powers rad of the radical rad of the category C-inj of the socle-finite injective left C-comodules. Connections between the valued quiver (CQ,C d) of C and the valued quiver (CQ,Cd) of a colocalization coalgebra q...

2014
Anosh Joseph

In this paper we detail the lattice constructions of several classes of supersymmetric quiver gauge theories in two and three Euclidean spacetime dimensions possessing exact supersymmetry at finite lattice spacing. Such constructions are obtained through the methods of topological twisting and geometric discretization of Euclidean Yang-Mills theories with eight and sixteen supercharges in two a...

2014
GIOVANNI CERULLI MARKUS REINEKE

In a previous paper the authors have attached to each Dynkin quiver an associative algebra. The definition is categorical and the algebra is used to construct desingularizations of arbitrary quiver Grassmannians. In the present paper we prove that this algebra is isomorphic to an algebra constructed by Hernandez-Leclerc defined combinatorially and used to describe certain graded Nakajima quiver...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->