نتایج جستجو برای: serre subcategory

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

2018
Wolfgang Thron

Given a poset P , the set Γ(P ) of all Scott closed sets ordered by inclusion forms a complete lattice. A subcategory C of Posd (the category of posets and Scott-continuous maps) is said to be Γ-faithful if for any posets P and Q in C, Γ(P ) ∼= Γ(Q) implies P ∼= Q. It is known that the category of all continuous dcpos and the category of bounded complete dcpos are Γ-faithful, while Posd is not....

2009
Zhaoyong Huang Xiaojin Zhang

For an Artinian (n− 1)-Auslander algebra Λ with global dimension n(≥ 2), we show that if Λ admits a trivial maximal (n − 1)-orthogonal subcategory of modΛ, then Λ is a Nakayama algebra. Further, for a finite-dimensional algebra Λ over an algebraically closed field K, we show that Λ is a basic and connected (n−1)-Auslander algebra Λ with global dimension n(≥ 2) admitting a trivial maximal (n− 1)...

Journal: :Applied Categorical Structures 1994
Francis Borceux Enrico M. Vitale

There are various doctrines wherein theories are small categories and the models of a theory constitute a full subcategory of the category of functors from the theory to sets. We define the notion of bimodel at the nondoctrinaire level where those specified subcategories are arbitrary; as a first application we look for a classification of the equivalences between categories of models. We obtai...

Journal: :Logical Methods in Computer Science 2018
Weng Kin Ho Jean Goubault-Larrecq Achim Jung Xiaoyong Xi

Given a poset P , the set, Γ(P), of all Scott closed sets ordered by inclusion forms a complete lattice. A subcategory C of Pos d (the category of posets and Scott-continuous maps) is said to be Γ-faithful if for any posets P and Q in C, Γ(P) ∼ = Γ(Q) implies P ∼ = Q. It is known that the category of all continuous dcpos and the category of bounded complete dcpos are Γ-faithful, while Pos d is ...

2009
DAVID SAVITT

We study the possible weights of an irreducible 2-dimensional mod p representation of Gal(F/F ) which is modular in the sense of that it comes from an automorphic form on a definite quaternion algebra with centre F which is ramified at all places dividing p, where F is a totally real field. In most cases we determine the precise list of possible weights; in the remaining cases we determine the ...

Journal: :Journal of Algebra 2022

In this paper, we study fusion categories which contain a proper subcategory with maximal rank. They can be viewed as generalizations of near-group categories. We first prove that they admit spherical structure. then classify those are non-degenerate or symmetric. Finally, such rank 4.

2005
Jean-François LE BORGNE

Let M be a closed oriented d-dimensionnal manifold and let LM be the space of free loops on M . In this paper, we give a geometrical interpretation of the loop-coproduct and we study it’s compatibility with the Serre spectral sequence associated to the fibration ΩM → LM ev(0) → M . Then, we show that the spectral sequence associated to the free loop fibration LN → LX → LM of some Serre fibratio...

2008
GILLES LACHAUD

A conjecture of Serre predicts a precise from of Torelli Theorem for genus 3 curves, namely, an indecomposable principally polarized abelian threefold is a Jacobian if and only if some specific invariant is a square. We study here a three dimensional family of such threefolds, introduced by Howe, Leprevost and Poonen. By a new formulation, we link their results to the conjecture of Serre. Then,...

2004
Antal Balog Ken Ono KEN ONO

the unique normalized cusp form of weight 12 with respect to the full modular group. Although Lehmer’s speculation that τ(n) 6= 0 for every positive n remains open, Serre [S] has made substantial progress on the basic question regarding the number of Fourier coefficients of a modular form which can be zero. He shows (see [p. 179, S]) that τ(n) is non-zero for the vast majority of n. In the same...

2000
JAMES M. TURNER

In this paper, we study the André-Quillen homology of simplicial commutative l-algebras, l a field, having certain vanishing properties. When l has non-zero characteristic, we obtain an algebraic version of a theorem of J.-P. Serre and Y. Umeda that characterizes such simplicial algebras having bounded homotopy groups. We further discuss how this theorem fails in the rational case and, as an ap...

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

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

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"; } -->